home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 1 / Gigarom Macintosh Archives (Quantum Leap)(CDRM1080320)(1993).iso / FILES / HYP / T-Z / VideoStakGold.cpt / VideoStakGold / VideoStak ◊ Don't Open 2 / card_3199.txt < prev    next >
Text File  |  1988-04-27  |  5KB  |  252 lines

  1. -- card: 3199 from stack: in
  2. -- bmap block id: 9358
  3. -- flags: 4000
  4. -- background id: 2659
  5. -- name: Opening
  6.  
  7.  
  8. -- part 47 (field)
  9. -- low flags: 80
  10. -- high flags: 0007
  11. -- rect: left=348 top=45 right=96 bottom=501
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 3
  16. -- text size: 9
  17. -- style flags: 0
  18. -- line height: 12
  19. -- part name: titleMaster
  20. ----- HyperTalk script -----
  21. on closefield
  22.   global titlemaster
  23.   set cursor to 4
  24.   put card field number of me into titlemaster
  25. end closefield
  26.  
  27.  
  28.  
  29. -- part 48 (field)
  30. -- low flags: 80
  31. -- high flags: 0007
  32. -- rect: left=348 top=101 right=152 bottom=499
  33. -- title width / last selected line: 0
  34. -- icon id / first selected line: 0 / 0
  35. -- text alignment: 0
  36. -- font id: 3
  37. -- text size: 9
  38. -- style flags: 0
  39. -- line height: 12
  40. -- part name: starMaster
  41. ----- HyperTalk script -----
  42. on closefield
  43.   global starMaster
  44.   set cursor to 4
  45.   put card field number of me into starMaster
  46. end closefield
  47.  
  48.  
  49.  
  50. -- part 49 (field)
  51. -- low flags: 80
  52. -- high flags: 0007
  53. -- rect: left=348 top=158 right=209 bottom=500
  54. -- title width / last selected line: 0
  55. -- icon id / first selected line: 0 / 0
  56. -- text alignment: 0
  57. -- font id: 3
  58. -- text size: 9
  59. -- style flags: 0
  60. -- line height: 12
  61. -- part name: directorMaster
  62. ----- HyperTalk script -----
  63. on closefield
  64.   global directormaster
  65.   set cursor to 4
  66.   put card field number of me into directormaster
  67. end closefield
  68.  
  69.  
  70.  
  71. -- part 50 (field)
  72. -- low flags: 80
  73. -- high flags: 0007
  74. -- rect: left=348 top=215 right=265 bottom=500
  75. -- title width / last selected line: 0
  76. -- icon id / first selected line: 0 / 0
  77. -- text alignment: 0
  78. -- font id: 3
  79. -- text size: 9
  80. -- style flags: 0
  81. -- line height: 12
  82. -- part name: ClassMaster
  83.  
  84.  
  85. -- part 58 (field)
  86. -- low flags: 80
  87. -- high flags: 0007
  88. -- rect: left=23 top=39 right=147 bottom=178
  89. -- title width / last selected line: 0
  90. -- icon id / first selected line: 0 / 0
  91. -- text alignment: 0
  92. -- font id: 3
  93. -- text size: 9
  94. -- style flags: 0
  95. -- line height: 12
  96. -- part name: Master
  97.  
  98.  
  99. -- part 59 (field)
  100. -- low flags: 80
  101. -- high flags: 0002
  102. -- rect: left=23 top=148 right=166 bottom=74
  103. -- title width / last selected line: 0
  104. -- icon id / first selected line: 0 / 0
  105. -- text alignment: 0
  106. -- font id: 3
  107. -- text size: 12
  108. -- style flags: 0
  109. -- line height: 16
  110. -- part name: lineNo
  111.  
  112.  
  113. -- part 60 (field)
  114. -- low flags: 80
  115. -- high flags: 0002
  116. -- rect: left=23 top=167 right=183 bottom=71
  117. -- title width / last selected line: 0
  118. -- icon id / first selected line: 0 / 0
  119. -- text alignment: 0
  120. -- font id: 3
  121. -- text size: 12
  122. -- style flags: 0
  123. -- line height: 16
  124. -- part name: cardNo
  125.  
  126.  
  127. -- part 61 (field)
  128. -- low flags: 80
  129. -- high flags: 0002
  130. -- rect: left=23 top=183 right=200 bottom=71
  131. -- title width / last selected line: 0
  132. -- icon id / first selected line: 0 / 0
  133. -- text alignment: 0
  134. -- font id: 3
  135. -- text size: 9
  136. -- style flags: 0
  137. -- line height: 12
  138. -- part name: installBtn
  139.  
  140.  
  141. -- part 62 (button)
  142. -- low flags: 00
  143. -- high flags: 0000
  144. -- rect: left=400 top=300 right=312 bottom=427
  145. -- title width / last selected line: 0
  146. -- icon id / first selected line: 0 / 0
  147. -- text alignment: 1
  148. -- font id: 0
  149. -- text size: 12
  150. -- style flags: 0
  151. -- line height: 16
  152. -- part name: 
  153. ----- HyperTalk script -----
  154.  
  155. ---------------------------
  156. -- MASTER INDEXING STUFF --
  157. ---------------------------
  158.  
  159. On MOUSEUP
  160.  
  161.   set cursor to 4
  162.  
  163.   -- SHOW ALL THE FIELDS USED FOR
  164.   -- STORAGE OF GLOBAL VAR'S:
  165.   if the shiftkey is down or the commandKey is down then
  166.     repeat with i = 1 to 10
  167.       show card field i
  168.     end repeat
  169.     set userlevel to 5
  170.     set powerKeys to false
  171.     show menubar
  172.     exit mouseUp
  173.   end if
  174.  
  175.   -- WITHOUT MODIFIER KEYS IT ALL GOES AWAY:
  176.   repeat with i = 1 to 10
  177.     hide card field i
  178.   end repeat
  179.   set userlevel to 1
  180.   set powerKeys to true
  181.   hide menubar
  182.  
  183. End MOUSEUP
  184.  
  185. -----------------------------------------
  186. -- THERE'S NO HELP INFO FOR THIS ONE   --
  187. -- AS WE DON'T ENCOURAGE MESSIN' ABOUT --
  188. -- WITH THE OL' MASTER INDEXES!        --
  189. -----------------------------------------
  190.  
  191.  
  192.  
  193.  
  194. -- part 64 (field)
  195. -- low flags: 80
  196. -- high flags: 0002
  197. -- rect: left=24 top=203 right=227 bottom=185
  198. -- title width / last selected line: 0
  199. -- icon id / first selected line: 0 / 0
  200. -- text alignment: 0
  201. -- font id: 3
  202. -- text size: 7
  203. -- style flags: 0
  204. -- line height: 7
  205. -- part name: labelMaster
  206.  
  207.  
  208. -- part 67 (field)
  209. -- low flags: 80
  210. -- high flags: 0002
  211. -- rect: left=196 top=204 right=222 bottom=241
  212. -- title width / last selected line: 0
  213. -- icon id / first selected line: 0 / 0
  214. -- text alignment: 0
  215. -- font id: 3
  216. -- text size: 12
  217. -- style flags: 0
  218. -- line height: 16
  219. -- part name: hiButton
  220.  
  221.  
  222. -- part contents for background part 113
  223. ----- text -----
  224.  Apr 27
  225.  
  226. -- part contents for card part 60
  227. ----- text -----
  228. 3
  229.  
  230. -- part contents for card part 59
  231. ----- text -----
  232. 1
  233.  
  234. -- part contents for card part 67
  235. ----- text -----
  236. 30
  237.  
  238. -- part contents for card part 50
  239. ----- text -----
  240. ‚àÇAction 
  241. ‚àÇArts 
  242. ‚àÇComedy 
  243. ‚àÇDrama 
  244. ‚àÇFantasy 
  245. ‚àÇHorror 
  246. ‚àÇKids 
  247. ‚àÇMusic 
  248. ‚àÇRomance 
  249. ‚àÇSpecial 
  250. ‚àÇThriller 
  251. ‚àÇWestern 
  252.